vcBitmapFormat

See in: Overview

Module: vcCore

Parent: Enum

Children -

Referenced by: vcBitmap.Format

Enums

ValueDescription
COLOR_INDEXEach pixel is defined by a color index.
STENCIL_INDEXEach pixel is defined by a stencil index.
DEPTHEach pixel is defined by a depth component value.
REDEach pixel is defined by a red component value.
GREENEach pixel is defined by a green component value.
BLUEEach pixel is defined by a blue component value.
ALPHAEach pixel is defined by an alpha component value.
LUMINANCEEach pixel is defined by a luminance value.
LUMINANCE_APLHAEach pixel is defined by a luminance and an alpha value.
RGBEach pixel is defined by red, green, blue color components.
RGBA
Each pixel is defined by red, green, blue, alpha color components. Uses the RGB color model and allows for transparency (alpha).
INTENSITYEach pixel is defined by an intensity value.